home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / disk / recfilsh.zip / GETB.BAT < prev    next >
DOS Batch File  |  1995-11-08  |  717b  |  26 lines

  1. ECHO OFF
  2. CLS
  3. ECHO.
  4. ECHO.
  5. ECHO.
  6. ECHO.
  7. echo  If you wish to abort the following COPY PROCEDURE, just press the CTRL
  8. echo.
  9. echo  key and the C key, at the same time, and then answer Y to the prompt 
  10. echo.
  11. echo  on the screen that asks if you want to `TERMINATE BATCH JOB Y/N?'
  12. ECHO.
  13. ECHO  Please remember that you are copying FROM a floppy disk IN YOUR B DRIVE,
  14. ECHO.
  15. ECHO  TO your Hard Drive, and not the other way around.
  16. echo.
  17. echo.
  18. ECHO  You are about to update the records in your present location on the
  19. echo.
  20. echo  Hard Drive, FROM a disk you have inserted into your B:Drive. Be sure
  21. echo.
  22. echo  that the disk is the MOST UPDATED of your records, and then:
  23. echo
  24. pause
  25. COPY B:\MESSAGE.REC
  26.